tic — Start Timer


\begin{rail}
Timer : 'tic' '(' ')' ;
\end{rail}
tic is used to start and reset the timer. It internally marks the time at which it was invoked. To measure elapsed time, use this function in conjunction with toc.

Subsections